home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_01 / 9n01100b < prev    next >
Encoding:
Text File  |  1995-11-01  |  229 b   |  15 lines

  1.  
  2.      #ifdef MAIN
  3.           #define Global
  4.           #define INIT_GLOBAL
  5.      #else
  6.           #define Global extern
  7.      #endif
  8.  
  9.      Global int i
  10.      #ifdef INIT_GLOBAL
  11.                     = 5
  12.      #endif
  13.      ;
  14.  
  15.